Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.theme.nuxeo.virtualnavigation--views

This contribution is part of XML component org.nuxeo.theme.nuxeo.virtualnavigation inside nuxeo-platform-virtualnavigation-web-5.8.jar

Extension Point

Extension point views of component ThemeService.

Contributed Items

  • <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/tree_explorer_with_virtual_nav.xhtml</template>
        </view>
  • <view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/breadcrumb_vn.xhtml</template>
        </view>

XML Source

<extension point="views" target="org.nuxeo.theme.services.ThemeService">

    <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/tree_explorer_with_virtual_nav.xhtml</template>
    </view>

    <view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/breadcrumb_vn.xhtml</template>
    </view>

  </extension>